home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mgr / mgrdemos.zoo / demo / sh / bury next >
Encoding:
Text File  |  1989-01-25  |  661 b   |  24 lines

  1. #!/bin/sh
  2. #                        Copyright (c) 1987 Bellcore
  3. #                            All Rights Reserved
  4. #       Permission is granted to copy or use this program, EXCEPT that it
  5. #       may not be sold for profit, the copyright notice must be reproduced
  6. #       on copies, and credit should be given to Bellcore where it is due.
  7. #       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  8.  
  9. #    $Header: bury,v 4.1 88/06/21 14:01:28 bianchi Exp $
  10. #    $Source: /tmp/mgrsrc/demo/sh/RCS/bury,v $
  11.  
  12. #    bury the window
  13.  
  14. BURY="8s"
  15. ESC=""
  16.  
  17. if /bin/test $TERM != mgr
  18. then
  19.    echo "$0 only works on mgr terminals"
  20.    exit 1
  21. fi
  22.  
  23. echo -n "$ESC$BURY" &
  24.